Autogenerated HTML docs for v1.7.10.1-433-g34875 
diff --git a/git-rm.txt b/git-rm.txt index 665ad4d..5d31860 100644 --- a/git-rm.txt +++ b/git-rm.txt 
@@ -79,8 +79,7 @@    File globbing matches across directory boundaries. Thus, given  two directories `d` and `d2`, there is a difference between -using `git rm {apostrophe}d{asterisk}{apostrophe}` and -`git rm {apostrophe}d/{asterisk}{apostrophe}`, as the former will +using `git rm 'd*'` and `git rm 'd/*'`, as the former will  also remove all of directory `d2`.    REMOVING FILES THAT HAVE DISAPPEARED FROM THE FILESYSTEM